From acbb0a9400a8e70d15b3267eafa8451471edb759 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 29 Sep 2010 22:19:46 +0200 Subject: [PATCH] build/buildbot: Supress AM_PROG_LIBTOOL warning with autoconf 2.68 --- build/buildbot/suppressed-warnings.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/buildbot/suppressed-warnings.txt b/build/buildbot/suppressed-warnings.txt index d257a71..ed7082a 100644 --- a/build/buildbot/suppressed-warnings.txt +++ b/build/buildbot/suppressed-warnings.txt @@ -2,6 +2,8 @@ # These doesn't seem like important warnings, we typically get them # during make distcheck when the test install is performed - : ^libtool: install: warning: relinking `.*'$ : ^libtool: install: warning: remember to run `libtool --finish .*_inst.*'$ + +# Comes from AM_PROG_LIBTOOL, not much we can do +: ^configure.ac:105: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body$ -- 2.30.2